home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gQuestion, gCurrentNumber
- if gQuestion then
- puppetSprite(18, 1)
- puppetSound("MouseDown.aif")
- repeat while the mouseDown
- if rollOver(17) then
- set the castNum of sprite 18 to cast "b057n"
- else
- set the castNum of sprite 18 to cast "b058n"
- end if
- updateStage()
- end repeat
- if rollOver(17) then
- set the castNum of sprite 18 to cast "b057n"
- set myText to "geo.a" & gCurrentNumber
- set the castNum of sprite 11 to cast myText
- updateStage()
- set gQuestion to 0
- else
- set the castNum of sprite 18 to cast "b058n"
- set gQuestion to 1
- end if
- end if
- end
-